Vcenter Ovf ExtraConfig
The Vcenter Ovf ExtraConfig schema contains the information about a vmw:ExtraConfig element which can be used to specify configuration settings that are transferred directly to the .vmx
file. The behavior of the vmw:ExtraConfig element is similar to the extraConfig
property of the VirtualMachineConfigSpec
object in the VMware vSphere API. Thus, the same restrictions apply, such as you cannot set values that could otherwise be set with other properties in the VirtualMachineConfigSpec
object. See the VMware vSphere API reference for details on this.
vmw:ExtraConfig elements may occur as direct child elements of a VirtualHardwareSection, or as child elements of individual virtual hardware items.
See POST /vcenter/ovf/library-item/{ovfLibraryItemId}?action=deploy and POST /vcenter/ovf/library-item/{ovfLibraryItemId}?action=filter.
{
"key": "string",
"value": "string",
"virtual_system_id": "string"
}
The key of the ExtraConfig element.
This property must be provided in the input parameters when deploying an OVF package. This property will always be present in the result when retrieving information about an OVF package.
The value of the ExtraConfig element.
This property must be provided in the input parameters when deploying an OVF package. This property will always be present in the result when retrieving information about an OVF package.
The identifier of the virtual system containing the vmw:ExtraConfig element.
This property is not used in the input parameters when deploying an OVF package. This property will always be present in the result when retrieving information about an OVF package.